/**递增字体**/

.font0,
.font0 p,
.font0 div,
.font0 table,
.font0 span {
    font-family: none !important;
    font-size: 14px !important;
}

.font1,
.font1 p,
.font1 div,
.font1 table,
.font1 span {
    font-family: none !important;
    font-size: 16px !important;
}

.font2,
.font2 p,
.font2 div,
.font2 table,
.font2 span {
    font-family: none !important;
    font-size: 17px !important;
}

.font3,
.font3 p,
.font3 div,
.font3 table,
.font3 span {
    font-family: none !important;
    font-size: 18px !important;
}

.font4,
.font4 p,
.font4 div,
.font4 table,
.font4 span {
    font-family: none !important;
    font-size: 19px !important;
}

.font5,
.font5 p,
.font5 div,
.font5 table,
.font5 span {
    font-family: none !important;
    font-size: 20px !important;
}

.font6,
.font6 p,
.font6 div,
.font6 table,
.font6 span {
    font-family: none !important;
    font-size: 21px !important;
}

.font7,
.font7 p,
.font7 div,
.font7 table,
.font7 span {
    font-family: none !important;
    font-size: 22px !important;
}

.font8,
.font8 p,
.font8 div,
.font8 table,
.font8 span {
    font-family: none !important;
    font-size: 23px !important;
}


/**微信分享时的弹框样式**/

.wx_dialog {
    background: #fff;
    border: 1px solid #ccc;
    position: fixed;
    left: 40%;
    top: 30%;
    padding: 5px;
}

.wx_dialog .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

.wx_dialog .bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}

.wx_dialog .wx_erm {
    padding: 20px;
}

.wx_dialog .bd_weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}


/* 20211110 */

body * {
    outline-style: none !important;
    -moz-outline-style: none !important;
}


/*手机端强制隐藏*/


/* 闽政通隐藏 */

/* @media only screen and (max-width: 1000px) {
    .phone_none {
        display: none !important;
    }
    .ft-list_2021 {
        display: none !important;
    }
} */
@media only screen and (max-width: 1000px) {
    .zcbtn {
        display: none !important;
    }
    .ydbbtn {
        display: none !important;
    }
}


/*提交按钮手势*/

input[type="submit"] {
    cursor: pointer;
}


/*细览隐藏*/

.dqwz [ms-visible] {
    display: none;
}


/* 底部样式 */

#footer_2021 {
    margin-top: 30px;
}


/* 收藏隐藏 */

@media only screen and (max-width: 1000px) {
    .shoucang {
        display: none !important;
    }
}


/* 细览 */

.TRS_Editor img {
    height: auto !important;
}

@media screen and (max-width: 999px) {
    .xl_tit1,
    .xl_tit {
        text-align: center !important;
    }
    .xl_tit2_r span:nth-child(5) {
        display: none;
    }
}


/* 微博二维码 */

.bot_r_2021 .codebox_2021 img {
    height: 100%;
}


/* 按钮 */

.zzbs_2021 a.zz-btn2_2021 {
    background: url(2021-nd-sz-bg1.png) no-repeat center;
}


/* 搜索框 */

.top-link-wap_2021 *,
.ss_box2_2021,
.ss_box2_2021 * {
    box-sizing: content-box !important;
}


/* 友情链接字体 */
.yqlj_tit1_2021 > ul > li .yqlj_con1_2021 li a{
    font-size: 14px;
}
/*231023政务指南*/
.zntj_bar>ul>li:last-child{z-index: 1;margin-top: -30px;}
.zntj_bar>ul>li:last-child a{padding:40px 10px 40px 10px; line-height:26px; box-sizing:border-box; text-align:center;background-color: #5B95D4; color:#ffffff;display:block;font-weight: bold;font-size: 20px;-webkit-clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%); clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%);}

/* 细览表格 */
.table_con{
    overflow-x: auto;
}